toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.permission.callback
/
[jvm]RequestPermissionCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
RequestPermissionCallback
.
Members
Constructors
Request
Permission
Callback.
Action
Link copied to clipboard
public
void
RequestPermissionCallback.Action
(
Consumer
<
RequestPermission.Response
>
consumer
)
Functions
deny
Link copied to clipboard
public
void
deny
(
)
Notifies the browser that the requested permission should be denied.
grant
Link copied to clipboard
public
void
grant
(
)
Notifies the browser that the requested permission should be granted.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.